
 If you have designed a project with an earlier version of vidgrab_VB6.ocx and you get an error saying "unable to load...", proceed as follows:


 1. exit VB6, then open your project's ".VBP" file with notepad

 2. locate the line that begins by "Object..." and ends by vidgrab_VB6.ocx

 3. replace it by this line (vidgrab_VB6.ocx WITHOUT QUOTES) :

    Object={C9378099-584A-497A-B5E6-D286BD1AEF05}#1.0#0; vidgrab_VB6.ocx

 4. save the file


 5. open your project's ".FRM" file that contains a TVideoGrabber component

 6. locate the line that begins by "Object..." and ends by "vidgrab_VB6.ocx"

 7. replace it by this line ("vidgrab_VB6.ocx" WITH QUOTES) :

    Object = "{C9378099-584A-497A-B5E6-D286BD1AEF05}#1.0#0"; "vidgrab_VB6.ocx"


 5. repeat the 5. to 7. steps for each FRM file that contains a TVideoGrabber component